projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65013b
)
(temp_echo_area_glyphs): Use Vunread_command_events.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Apr 1994 01:19:14 +0000
(
01:19
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Apr 1994 01:19:14 +0000
(
01:19
+0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index ddb8ae7d70a489ec9db20d5230377bbedeb48094..d188ff9a06e4bd932b1f69aeab7dd0308e675651 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1028,7
+1028,7
@@
temp_echo_area_glyphs (m)
if (!NILP (Vquit_flag))
{
Vquit_flag = Qnil;
- unread_command_events = Fcons (make_number (quit_char), Qnil);
+
V
unread_command_events = Fcons (make_number (quit_char), Qnil);
}
Vinhibit_quit = oinhibit;
}